Einhugur Word Component for Buoy

TableWidthModes Enum

Enum used for table width modes.

enum TableWidthModes

Constants

Auto = 0Table is set to automatic width. And its actual width value is always zero.
Absolute = 1Table width is set to absolute.
Percentage = 2Table width is set to percentage and the actual width parameter will be in range from 0.0 to 1.0.